Post releases to Slack (#public-sdk-releases) - #57
Merged
Conversation
Adds a workflow that posts every published GitHub Release of this repo to #public-sdk-releases (SDK, version, releaser, release notes). The logic lives in GameAnalytics/sdk-release-notify; this file only names the SDK. A manual trigger re-posts an existing tag. Also adds a notify job to create_release.yml so releases created by the workflow credit the person who triggered it instead of the bot.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
=======================================
Coverage 58.36% 58.36%
=======================================
Files 23 23
Lines 3060 3060
Branches 1512 1512
=======================================
Hits 1786 1786
Misses 951 951
Partials 323 323 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
dorin-ga
self-requested a review
September 4, 2026 14:14
dorin-ga
approved these changes
Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
.github/workflows/slack-release-notify.yml: every published GitHub Release of this repo is posted to Slack#public-sdk-releaseswith the SDK name (C++ SDK), version, releaser and release notes.The logic lives in GameAnalytics/sdk-release-notify; this file only names the SDK. Pre-releases are skipped. A manual Run workflow with an existing tag re-posts that release.
Also adds a
notifyjob tocreate_release.ymlso releases created by the workflow credit the person who triggered it instead ofgithub-actions[bot]. The new workflow skips bot-authored releases, so nothing posts twice.Before merging: the org secret
SLACK_WEBHOOK_URLmust include this repository.